home *** CD-ROM | disk | FTP | other *** search
- In article <netnewsCoC4zM.LFH@netcom.com> tes@netcom.com (Tracy E. Schreiber) writes:
-
- >I tried using this program with Trumpet 1.0 Rev B beta #6. I get the
- >error Found no service: whois/tcp. Any suggestions anyone?
-
- Edit your SERVICES file, and make sure that it contains a line
- like the following:
- whois 43/tcp nicname
-
- The SERVICES file should be in the same directory as TCPMAN.EXE and
- WINSOCK.DLL
-
- Later,
- Ashok
- --
- Ashok Aiyar Mail: ashok@biochemistry.cwru.edu
- Department of Biochemistry Tel: (216) 368-3300
- CWRU School of Medicine, Cleveland, Ohio Fax: (216) 368-4544
- MIME Enclosures OK
- From news@bigblue.oit.unc.edu Wed Apr 20 23:44:16 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA09367; Wed, 20 Apr 1994 23:44:16 -0400
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA16714; Wed, 20 Apr 1994 22:19:29 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Wed, 20 Apr 1994 16:43:34
- From: Nuwermj@potsdam.edu (Michael Nuwer)
- Message-Id: <Nuwermj.70.0010BA6C@potsdam.edu>
- Organization: Potsdam College
- Sender: ses
- References: <kasajianCoADJq.31o@netcom.com>
- Subject: Re: Trumpet Winsock without Ndis.. how?
-
- In article <kasajianCoADJq.31o@netcom.com> kasajian@netcom.com (Kenneth Kasajian) writes:
- >From: kasajian@netcom.com (Kenneth Kasajian)
- >Subject: Trumpet Winsock without Ndis.. how?
- >Date: Fri, 15 Apr 1994 05:50:14 GMT
-
-
- >I'd like to use Trumpet Winsock with straight Windows 3.1. Right
- >now I'm using it with Windows for Workgroups 3.11 and it works great!
- >I'm using the dis_pkt.dos driver to convert ndis to pkt so that winpkt
- >will see it.
-
- >But if don't have ndis, such as when I'm running vanilla Windows 3.1,
- >what pkt driver to I use? What will it talk to? I can't imagine
- >it talking directly to the hardware. Is there a version which will
- >talk to, say, ODI?
-
- Here is an example of my system when I use NDIS (its on a DEC pathworks
- network).
-
- I have an Etherworks 3 NIC made by DEC
-
-
- config.sys
-
- EWRK3.DOS
- DIS_PKT9.DOS
-
- autoexec.bat
-
- DLLNDIS
- NETBIND
- other DEC stuff
- REDIR
-
- WINPKT 0x60
-
- For the same system using Netware and ODI I run
-
- autoexec.bat
-
- LSL FROM NOVELL
- EWRK3 FROM DEC
- IPXODI FROM NOVELL
- NETX
- ODIPKT FROM INTERNET FTP
- WINPKT 0x69 FROM INTERNET FTP
-
- Let me know if you need the FTP sites
-
-
-
-